This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: export database to XML files ~Justin Minluternivu 25.Nov.03 12:12 AM a Web browser Applications Development All ReleasesAll Platforms
Again, what's wrong with DXL? Do you have something against those three letters? Since the Domino design really only makes sense in the Domino context, then the DXL DTD is THE correct XML DTD to use for design export. Use the NotesNoteCollection class to get the design elements you want for export, then stream them out. If you want to modify the output for some reason, such as in order to put each design note into its own, private document root element, then you can always use the NotesDOMParser or NotesSAXParser classes (or use XSLT if that's your bag) to change the XML output.